Uses of Class
org.eclipse.vtp.desktop.editors.core.elements.ApplicationFragmentElement.OutputMapping

Packages that use ApplicationFragmentElement.OutputMapping
org.eclipse.vtp.desktop.editors.core.elements   
org.eclipse.vtp.desktop.editors.core.elements.properties   
 

Uses of ApplicationFragmentElement.OutputMapping in org.eclipse.vtp.desktop.editors.core.elements
 

Method parameters in org.eclipse.vtp.desktop.editors.core.elements with type arguments of type ApplicationFragmentElement.OutputMapping
 void ApplicationFragmentElement.setOutputMappings(java.util.Map<java.lang.String,java.util.List<ApplicationFragmentElement.OutputMapping>> maps)
           
 

Uses of ApplicationFragmentElement.OutputMapping in org.eclipse.vtp.desktop.editors.core.elements.properties
 

Constructor parameters in org.eclipse.vtp.desktop.editors.core.elements.properties with type arguments of type ApplicationFragmentElement.OutputMapping
FragmentOutputMappingPanel(ApplicationFragmentElement element, java.util.List<PrimitiveElement> returnElements, java.util.Map<java.lang.String,java.util.List<ApplicationFragmentElement.OutputMapping>> mappings)